GUI Help > Special > setListViewStyle

setListViewStyle
setListViewStyle handle gadget, int style

Description:
Sets which display style a listview gadget uses. This can either be large icons with captions underneath, small icons with captions to the right, or table format if you need to display additional data.

Icon view is the default.

Return Value:


Parameters:
gadget Handle of a listview gadget
style The style to use. The constants file provides the following codes:
LISTVIEW_ICON
LISTVIEW_REPORT
LISTVIEW_LIST
Remarks:


See Also:


Example:
(Note: You will need to include the GUI constants file for this example to work)